TODO:

- Nothing essential at this time.

WOULD LIKES:

- "PNGu.OpenAsRawData" and "PNGu.GetRawData" methods that return a memoryblock containing raw RGB(A) data would be useful for passing PNG images to declares without converting the data into a Picture and back again manually.

- "PNGu.SavePicture" should probably be smarter about saving images by checking the picture's depth and transparent flag, then pick a pixel format more suited to the image, rather than always expanding it to 8 bpp RGB(A).